home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 3788 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.4 KB

  1. Path: galaxy.ucr.edu!corsa!ychiu
  2. From: ychiu@corsa.ucr.edu (Yuan-Chi Chiu)
  3. Newsgroups: comp.lang.c
  4. Subject: C library for string and list???
  5. Date: 31 Jan 1996 02:35:28 GMT
  6. Organization: University of California, Riverside
  7. Message-ID: <4emkhg$738@galaxy.ucr.edu>
  8. NNTP-Posting-Host: cs.ucr.edu
  9.  
  10.  
  11. Hello all:
  12.  
  13.   I'm migrating from C++ to C for this programming project we are doing.
  14. I'm familiar with many C++ libraries (e.g. LIBG++, LEDA, STL) that
  15. implements generic data structures such as list, stack, and queue.  I
  16. also need basic types such as string type that can handle memory allocation
  17. and deallocation automatically.  While these are natural to implement in
  18. C++, they are not so natural to C.
  19.  
  20.   What I'm looking for is a package of some sort that can provide me at
  21. least an generic link list functions, and string type that handles its
  22. own memory management.  If anyone know where I can find such a beast,
  23. please let me know!!
  24.  
  25. Bill
  26. -- 
  27. +-------------------------------------------------------------------------+
  28. | Yuan-chi (Bill) Chiu.     ychiu@cs.ucr.edu     http://cs.ucr.edu/~ychiu |
  29. |-------------------------------------------------------------------------|
  30. | A process cannot be understood by stopping it.  Understanding must move |
  31. | with the flow of the process, must join it and flow with it.            |
  32. +-------------------------------------------------------------------------+
  33.